home *** CD-ROM | disk | FTP | other *** search
/ PD Collection CD 1 / PD Collection CD 1.iso / textual / pdimpres / !PD-Impres / MakeFile < prev    next >
Makefile  |  1990-08-25  |  713b  |  22 lines

  1. # -> MakeFile
  2. # LIB=$.clib
  3.                                 # Use the C library and overlay manager 
  4.                                 # from the standard place
  5. LIB=<C$LibRoot>
  6.                                 # Use shared C library and overlay manager 
  7.                                 # from here if your C system is not
  8.                                 # installed in the standard place.
  9.  
  10. CHECK=@ if ("<C$LibRoot>" <> "") AND ("<C$LibRoot>" <> "$(LIB)") \
  11.         Then Error 0 Makefile only works if C$LibRoot is unset, \
  12. or if you have edited Makefile to use the alternative defintion of LIB.
  13.  
  14. all: !PD-Impres
  15.  
  16. !PD-Impres: !RunImage
  17.      CSL PD-Impres -o !RunImage
  18.      Squeeze !RunImage
  19.  
  20. clean:
  21.        wipe o.* ~c
  22.